/* Sudo Slider */

.slider ul, .slider ul li, .sliderul, .sliderli{margin:0;padding:0;list-style:none;}
.slider ul li, .sliderli{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
		comment the height out, if autoheight is on. 
	*/ 
	width:240px;
/* 	height:241px; */
	overflow:hidden; 
	position:relative;
}	
.slider, .slider2 {width:240px;overflow:hidden;}
.graphic, .prevBtn, .nextBtn{margin:0;padding:0;display:block;overflow:hidden;text-indent:-8000px;}
#controls{width:90px;height:46px;left:20px;top:270px;position:absolute;z-index:111000;}
.prevBtn, .nextBtn {display:block;width:46px;height:46px;float:left;position:relative;z-index:111000;background:url(btn_prev.png) no-repeat 0 0;cursor:pointer;}	
.nextBtn{float:right;margin-left:-2px;}														
.nextBtn{background:url(btn_next.png) no-repeat 0 0;}		
		
/* numeric controls */	
ol {margin:0;padding:0;height:15px;}
ol li{margin:0 8px 0 0;padding:0;float:left;list-style:none;height:15px;width:15px;	background:url(numbg.png) no-repeat 0 0;line-height:15px;}
ol li span{width:14px;text-align:center;}
ol li a{float:left;height:15px;line-height:15px;color:#000;padding:0;text-decoration:none;}
ol li.current a{color:#009e96;}
ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}